home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_CMDLINE / TFRM_CMDLINE.txt
Text File  |  1997-06-09  |  3KB  |  102 lines

  1. object frm_CmdLine: Tfrm_CmdLine
  2.   Left = 269
  3.   Top = 189
  4.   ActiveControl = cmb_CmdLine
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Run'
  8.   ClientHeight = 89
  9.   ClientWidth = 369
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 18
  21.     Width = 81
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Command Line:'
  26.     FocusControl = cmb_CmdLine
  27.   end
  28.   object cmb_CmdLine: TDropComboBox
  29.     Left = 96
  30.     Top = 13
  31.     Width = 233
  32.     Height = 24
  33.     HelpContext = 1001
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'System'
  37.     Font.Style = []
  38.     ItemHeight = 16
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     OnChange = cmb_CmdLineChange
  42.     AcceptFiles = True
  43.   end
  44.   object cmd_OK: TBitBtn
  45.     Left = 287
  46.     Top = 52
  47.     Width = 74
  48.     Height = 29
  49.     HelpContext = 1005
  50.     Enabled = False
  51.     TabOrder = 4
  52.     Kind = bkOK
  53.   end
  54.   object cmd_Cancel: TBitBtn
  55.     Left = 208
  56.     Top = 52
  57.     Width = 74
  58.     Height = 29
  59.     HelpContext = 1004
  60.     TabOrder = 3
  61.     Kind = bkCancel
  62.   end
  63.   object cmd_Help: TBitBtn
  64.     Left = 8
  65.     Top = 52
  66.     Width = 74
  67.     Height = 29
  68.     HelpContext = 1003
  69.     Caption = 'Help'
  70.     TabOrder = 2
  71.     Kind = bkHelp
  72.   end
  73.   object cmd_Browse: TBitBtn
  74.     Left = 336
  75.     Top = 12
  76.     Width = 25
  77.     Height = 25
  78.     HelpContext = 1002
  79.     TabOrder = 1
  80.     OnClick = cmd_BrowseClick
  81.     Glyph.Data = {
  82.       78010000424D7801000000000000760000002800000020000000100000000100
  83.       04000000000000000000120B0000120B00000000000000000000000000000000
  84.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  86.       5555555555555555555555555555555555555555555555555555555555555555
  87.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  88.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  89.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  90.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  91.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  92.       55555575FFF75555555555700007555555555557777555555555555555555555
  93.       55555555555555555555555555555555555555555555555555550000}
  94.     NumGlyphs = 2
  95.   end
  96.   object OpenDialog1: TOpenDialog
  97.     FileEditStyle = fsEdit
  98.     Left = 112
  99.     Top = 52
  100.   end
  101. end
  102.